Disable hardware acceleration support on armel
authorYOKOTA Hiroshi <yokota.hgml@gmail.com>
Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)
committerCesare Falco <c.falco@ubuntu.com>
Sat, 1 Aug 2026 11:36:36 +0000 (13:36 +0200)
commit5b405b07fcd1afad19aa3e813a39f659c87c9188
tree97c51a1ed4cdddf2f05a7b04d5a1e51c9df15656
parent1b81dc2d7d78b00dd6e221267538763474e94362
Disable hardware acceleration support on armel

Forwarded: https://sourceforge.net/p/sevenzip/patches/369/

Use "__ARM_ARCH" to split "armel" and "armhf".

ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.

__ARM_ARCH:
  armel = 5
  armhf = 7

Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
3rdparty/lzma/C/Aes.c
3rdparty/lzma/C/AesOpt.c
3rdparty/lzma/C/Sha256.c
3rdparty/lzma/C/Sha256Opt.c
3rdparty/lzma/CPP/7zip/Crypto/MyAes.cpp